GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-20T07:20:59.9496152+00:00",
"SubmitDate": "2026-05-20T07:20:59.9496152+00:00",
"ReportPeriodStart": "2026-05-20T07:20:59.9496152+00:00",
"ReportPeriodEnd": "2026-05-20T07:20:59.9496152+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "154288e9-308c-48e4-9438-30c7df522e82",
"Rows": [
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "154288e9-308c-48e4-9438-30c7df522e82",
"Rows": [
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be0b1b3d-3016-4c0f-825a-d07528a0154b",
"29012e27-c74c-4fb4-b74e-8b90b6bd2ed8"
],
"Approvers": [
"8d7ccf35-dfe8-4381-945f-67a199a22810",
"f505fb85-cf6b-4890-832e-2a842f8cd454"
],
"ApprovedBy": "cb764ea0-d726-4982-9f49-94a4da84bf88",
"ApprovalDate": "2026-05-20T07:20:59.9496152+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "60ef5495-c436-4602-9795-d020e160efd5",
"id": "4826da69-8791-4d06-9f7b-5dabffb3db15",
"ConfigId": "377e1501-405b-4b13-92a0-0b6b7ae86dd7"
},
{
"GenerationDate": "2026-05-20T07:20:59.9496152+00:00",
"SubmitDate": "2026-05-20T07:20:59.9496152+00:00",
"ReportPeriodStart": "2026-05-20T07:20:59.9496152+00:00",
"ReportPeriodEnd": "2026-05-20T07:20:59.9496152+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "154288e9-308c-48e4-9438-30c7df522e82",
"Rows": [
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "154288e9-308c-48e4-9438-30c7df522e82",
"Rows": [
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fdd047ba-c3f7-4d2c-bbb1-5b6449cd776c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be0b1b3d-3016-4c0f-825a-d07528a0154b",
"29012e27-c74c-4fb4-b74e-8b90b6bd2ed8"
],
"Approvers": [
"8d7ccf35-dfe8-4381-945f-67a199a22810",
"f505fb85-cf6b-4890-832e-2a842f8cd454"
],
"ApprovedBy": "cb764ea0-d726-4982-9f49-94a4da84bf88",
"ApprovalDate": "2026-05-20T07:20:59.9496152+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "60ef5495-c436-4602-9795-d020e160efd5",
"id": "4826da69-8791-4d06-9f7b-5dabffb3db15",
"ConfigId": "377e1501-405b-4b13-92a0-0b6b7ae86dd7"
}
]